﻿@charset "utf-8";
/* CSS Document */

body {
    background: #f3f3f3;
    /*background: #ffffff;*/
    font-size: 14px;
    font-family: "榛戜綋", "Microsoft Yahei", "SimHei";
    text-align: center;
    line-height: 1.5;
}
a.opacity:hover img {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
#container {
    width: 960px;
   	position: relative;
	height: auto;
	min-height: 100%;
	background: #f3f3f3;
    margin: 0 auto;
}

h1 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #efb21f;
}
h1::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}


h3 {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}
h3 span {
	display: block;
	margin-bottom: .2em;
	color: #888;
	font-size: .9em;
	font-weight: normal;
}

#header {
    width: 960px;
    height: 90px;
    background: url(../img/header_top.jpg) no-repeat;
    /* margin-bottom: 10px; */
    position: relative;
    margin: 0px auto;
}
#header_contents1 {
	/* width: 480px; */
	margin: 6px 5px 0 0;
	text-align: right;
	/*float: right;*/
}
.header_inqbox {
	margin: 1px 10px 0 0;
}
.header_inqbox2 {
	margin: -5px 20px 0 0;
}
#main {
    margin: 0 auto;
    _margin-top: -3px;
    width: 960px;
	position: relative;
	height: auto;
	min-height: 100%;
    text-align: left;
    background: #fff;
    overflow:hidden
}
#main_container {
    margin: 0;
    padding: 0;
    width: 960px;
	position: relative;
	height: auto;
	min-height: 100%;
    overflow:hidden
}
#main h2{
	font-size: 24px;
	line-height:24px;
	color:#6BC587;
}



#left1 {
    float: left;
    margin: 0;
    padding: 0;
    width: 224px;
	height: 140%;
    background-color: #bfdbc5;
}
#left2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 224px;
	height: 140%;
	background-color: #bfdbc5;
}
#left3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 224px;
	height: 320%;
    background-color: #bfdbc5;
}
#right {
    float: left;
    float: right;
    width: 710px;
    _width: 720px;
	position: relative;
	height: auto;
	min-height: 100%;
    padding-left: 10px;
    /* margin-left: 10px; */
    background-color: #ffffff;
    overflow:hidden
}

.method2_table
{
	width: 640px;
border-spacing: 0px;
    border-collapse: separate;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    color: #333;

}


.method2_table tbody th {
    background-color: #eee;
}

.method2_table th {
    font-weight: bold;
}

.method2_table th, .method2_table td {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

.method2_table th, .method2_table td {
    padding: 5px 6px;
}

#btnIMG {
    margin: 20px 0 40px 0;
    text-align: center;
}


#banner {
    width: 240px;
    height: 400px;
    margin: 40px 0 0 -20px;
    _text-align: center;
}
.banner_auto {
    height: auto !important;
}

#banner ul li {
    width: 203px;
    height: 70px;
    margin: 20px 0 0 0;
}
.banner_auto ul li {
    height: auto !important;
}
li {
    list-style: none;
}

#p_sec {
	margin: 30px 0 0 0;
}

#p_sec .list li {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #595757;
    padding-left: 30px;
    background: url(../img/check_g.png) no-repeat left center;
    background-size: 30px;
}
#p_sec .imgposi {
    margin: 10px 0 50px 40px;
}

#p_sec .imgposi2 {
    margin: 10px 0 30px 0;
}
#comment {
	padding: 1.2em;
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    text-align: center;
}

#footer{
/*	width: 960px;*/
	height: auto;
	text-align: center;
	background-color: #6BC587;
}
#footermenu {
    padding: 10px 0 15px 10px;
}
.corp {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.address {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height:8px;
}

.copyright {
	color: #FFFFFF;
	text-align: center;
	font-size: 8px;
}






